From: Kim F. Storm Date: Fri, 16 Jan 2004 18:40:33 +0000 (+0000) Subject: (struct buffer): New member indicate_buffer_boundaries. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24473 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=21ccc58e04c47028bd2f7829885977e196e322dc;p=emacs.git (struct buffer): New member indicate_buffer_boundaries. --- diff --git a/src/buffer.h b/src/buffer.h index 930424b0b49..e2205a916e6 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -733,6 +733,9 @@ struct buffer like vi). */ Lisp_Object indicate_empty_lines; + /* Non-nil means indicate buffer boundaries and scrolling. */ + Lisp_Object indicate_buffer_boundaries; + /* Time stamp updated each time this buffer is displayed in a window. */ Lisp_Object display_time;